From: Bastien Guerry Date: Mon, 27 Jul 2009 02:02:49 +0000 (+0000) Subject: Better docstring for `called-interactively-p'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11299 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7c50a59099599d8d9c803146a99730f694c15176;p=emacs.git Better docstring for `called-interactively-p'. --- diff --git a/src/eval.c b/src/eval.c index fb1ed276c42..52e3f244047 100644 --- a/src/eval.c +++ b/src/eval.c @@ -609,7 +609,7 @@ unconditionally for that argument. (`p' is a good way to do this.) */) DEFUN ("called-interactively-p", Fcalled_interactively_p, Scalled_interactively_p, 0, 0, 0, - doc: /* Return t if the function using this was called with `call-interactively'. + doc: /* Return t if it is in a function called with `call-interactively'. This is used for implementing advice and other function-modifying features of Emacs.